3.1487 \(\int \frac{1}{x^8 \left (1-x^8\right )} \, dx\)

Optimal. Leaf size=104 \[ -\frac{1}{7 x^7}-\frac{\log \left (x^2-\sqrt{2} x+1\right )}{8 \sqrt{2}}+\frac{\log \left (x^2+\sqrt{2} x+1\right )}{8 \sqrt{2}}+\frac{1}{4} \tan ^{-1}(x)-\frac{\tan ^{-1}\left (1-\sqrt{2} x\right )}{4 \sqrt{2}}+\frac{\tan ^{-1}\left (\sqrt{2} x+1\right )}{4 \sqrt{2}}+\frac{1}{4} \tanh ^{-1}(x) \]

[Out]

-1/(7*x^7) + ArcTan[x]/4 - ArcTan[1 - Sqrt[2]*x]/(4*Sqrt[2]) + ArcTan[1 + Sqrt[2
]*x]/(4*Sqrt[2]) + ArcTanh[x]/4 - Log[1 - Sqrt[2]*x + x^2]/(8*Sqrt[2]) + Log[1 +
 Sqrt[2]*x + x^2]/(8*Sqrt[2])

_______________________________________________________________________________________

Rubi [A]  time = 0.119535, antiderivative size = 104, normalized size of antiderivative = 1., number of steps used = 14, number of rules used = 11, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.846 \[ -\frac{1}{7 x^7}-\frac{\log \left (x^2-\sqrt{2} x+1\right )}{8 \sqrt{2}}+\frac{\log \left (x^2+\sqrt{2} x+1\right )}{8 \sqrt{2}}+\frac{1}{4} \tan ^{-1}(x)-\frac{\tan ^{-1}\left (1-\sqrt{2} x\right )}{4 \sqrt{2}}+\frac{\tan ^{-1}\left (\sqrt{2} x+1\right )}{4 \sqrt{2}}+\frac{1}{4} \tanh ^{-1}(x) \]

Antiderivative was successfully verified.

[In]  Int[1/(x^8*(1 - x^8)),x]

[Out]

-1/(7*x^7) + ArcTan[x]/4 - ArcTan[1 - Sqrt[2]*x]/(4*Sqrt[2]) + ArcTan[1 + Sqrt[2
]*x]/(4*Sqrt[2]) + ArcTanh[x]/4 - Log[1 - Sqrt[2]*x + x^2]/(8*Sqrt[2]) + Log[1 +
 Sqrt[2]*x + x^2]/(8*Sqrt[2])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 16.9074, size = 90, normalized size = 0.87 \[ - \frac{\sqrt{2} \log{\left (x^{2} - \sqrt{2} x + 1 \right )}}{16} + \frac{\sqrt{2} \log{\left (x^{2} + \sqrt{2} x + 1 \right )}}{16} + \frac{\operatorname{atan}{\left (x \right )}}{4} + \frac{\sqrt{2} \operatorname{atan}{\left (\sqrt{2} x - 1 \right )}}{8} + \frac{\sqrt{2} \operatorname{atan}{\left (\sqrt{2} x + 1 \right )}}{8} + \frac{\operatorname{atanh}{\left (x \right )}}{4} - \frac{1}{7 x^{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**8/(-x**8+1),x)

[Out]

-sqrt(2)*log(x**2 - sqrt(2)*x + 1)/16 + sqrt(2)*log(x**2 + sqrt(2)*x + 1)/16 + a
tan(x)/4 + sqrt(2)*atan(sqrt(2)*x - 1)/8 + sqrt(2)*atan(sqrt(2)*x + 1)/8 + atanh
(x)/4 - 1/(7*x**7)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0746562, size = 104, normalized size = 1. \[ \frac{1}{112} \left (-\frac{16}{x^7}-7 \sqrt{2} \log \left (x^2-\sqrt{2} x+1\right )+7 \sqrt{2} \log \left (x^2+\sqrt{2} x+1\right )-14 \log (1-x)+14 \log (x+1)+28 \tan ^{-1}(x)-14 \sqrt{2} \tan ^{-1}\left (1-\sqrt{2} x\right )+14 \sqrt{2} \tan ^{-1}\left (\sqrt{2} x+1\right )\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^8*(1 - x^8)),x]

[Out]

(-16/x^7 + 28*ArcTan[x] - 14*Sqrt[2]*ArcTan[1 - Sqrt[2]*x] + 14*Sqrt[2]*ArcTan[1
 + Sqrt[2]*x] - 14*Log[1 - x] + 14*Log[1 + x] - 7*Sqrt[2]*Log[1 - Sqrt[2]*x + x^
2] + 7*Sqrt[2]*Log[1 + Sqrt[2]*x + x^2])/112

_______________________________________________________________________________________

Maple [A]  time = 0.015, size = 79, normalized size = 0.8 \[ -{\frac{\ln \left ( -1+x \right ) }{8}}+{\frac{\arctan \left ( x\sqrt{2}-1 \right ) \sqrt{2}}{8}}+{\frac{\sqrt{2}}{16}\ln \left ({\frac{1+{x}^{2}+x\sqrt{2}}{1+{x}^{2}-x\sqrt{2}}} \right ) }+{\frac{\arctan \left ( 1+x\sqrt{2} \right ) \sqrt{2}}{8}}+{\frac{\ln \left ( 1+x \right ) }{8}}+{\frac{\arctan \left ( x \right ) }{4}}-{\frac{1}{7\,{x}^{7}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^8/(-x^8+1),x)

[Out]

-1/8*ln(-1+x)+1/8*arctan(x*2^(1/2)-1)*2^(1/2)+1/16*2^(1/2)*ln((1+x^2+x*2^(1/2))/
(1+x^2-x*2^(1/2)))+1/8*arctan(1+x*2^(1/2))*2^(1/2)+1/8*ln(1+x)+1/4*arctan(x)-1/7
/x^7

_______________________________________________________________________________________

Maxima [A]  time = 1.59589, size = 126, normalized size = 1.21 \[ \frac{1}{8} \, \sqrt{2} \arctan \left (\frac{1}{2} \, \sqrt{2}{\left (2 \, x + \sqrt{2}\right )}\right ) + \frac{1}{8} \, \sqrt{2} \arctan \left (\frac{1}{2} \, \sqrt{2}{\left (2 \, x - \sqrt{2}\right )}\right ) + \frac{1}{16} \, \sqrt{2} \log \left (x^{2} + \sqrt{2} x + 1\right ) - \frac{1}{16} \, \sqrt{2} \log \left (x^{2} - \sqrt{2} x + 1\right ) - \frac{1}{7 \, x^{7}} + \frac{1}{4} \, \arctan \left (x\right ) + \frac{1}{8} \, \log \left (x + 1\right ) - \frac{1}{8} \, \log \left (x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-1/((x^8 - 1)*x^8),x, algorithm="maxima")

[Out]

1/8*sqrt(2)*arctan(1/2*sqrt(2)*(2*x + sqrt(2))) + 1/8*sqrt(2)*arctan(1/2*sqrt(2)
*(2*x - sqrt(2))) + 1/16*sqrt(2)*log(x^2 + sqrt(2)*x + 1) - 1/16*sqrt(2)*log(x^2
 - sqrt(2)*x + 1) - 1/7/x^7 + 1/4*arctan(x) + 1/8*log(x + 1) - 1/8*log(x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.23559, size = 194, normalized size = 1.87 \[ \frac{\sqrt{2}{\left (14 \, \sqrt{2} x^{7} \arctan \left (x\right ) + 7 \, \sqrt{2} x^{7} \log \left (x + 1\right ) - 7 \, \sqrt{2} x^{7} \log \left (x - 1\right ) - 28 \, x^{7} \arctan \left (\frac{1}{\sqrt{2} x + \sqrt{2} \sqrt{x^{2} + \sqrt{2} x + 1} + 1}\right ) - 28 \, x^{7} \arctan \left (\frac{1}{\sqrt{2} x + \sqrt{2} \sqrt{x^{2} - \sqrt{2} x + 1} - 1}\right ) + 7 \, x^{7} \log \left (x^{2} + \sqrt{2} x + 1\right ) - 7 \, x^{7} \log \left (x^{2} - \sqrt{2} x + 1\right ) - 8 \, \sqrt{2}\right )}}{112 \, x^{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-1/((x^8 - 1)*x^8),x, algorithm="fricas")

[Out]

1/112*sqrt(2)*(14*sqrt(2)*x^7*arctan(x) + 7*sqrt(2)*x^7*log(x + 1) - 7*sqrt(2)*x
^7*log(x - 1) - 28*x^7*arctan(1/(sqrt(2)*x + sqrt(2)*sqrt(x^2 + sqrt(2)*x + 1) +
 1)) - 28*x^7*arctan(1/(sqrt(2)*x + sqrt(2)*sqrt(x^2 - sqrt(2)*x + 1) - 1)) + 7*
x^7*log(x^2 + sqrt(2)*x + 1) - 7*x^7*log(x^2 - sqrt(2)*x + 1) - 8*sqrt(2))/x^7

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**8/(-x**8+1),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.242682, size = 128, normalized size = 1.23 \[ \frac{1}{8} \, \sqrt{2} \arctan \left (\frac{1}{2} \, \sqrt{2}{\left (2 \, x + \sqrt{2}\right )}\right ) + \frac{1}{8} \, \sqrt{2} \arctan \left (\frac{1}{2} \, \sqrt{2}{\left (2 \, x - \sqrt{2}\right )}\right ) + \frac{1}{16} \, \sqrt{2}{\rm ln}\left (x^{2} + \sqrt{2} x + 1\right ) - \frac{1}{16} \, \sqrt{2}{\rm ln}\left (x^{2} - \sqrt{2} x + 1\right ) - \frac{1}{7 \, x^{7}} + \frac{1}{4} \, \arctan \left (x\right ) + \frac{1}{8} \,{\rm ln}\left ({\left | x + 1 \right |}\right ) - \frac{1}{8} \,{\rm ln}\left ({\left | x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-1/((x^8 - 1)*x^8),x, algorithm="giac")

[Out]

1/8*sqrt(2)*arctan(1/2*sqrt(2)*(2*x + sqrt(2))) + 1/8*sqrt(2)*arctan(1/2*sqrt(2)
*(2*x - sqrt(2))) + 1/16*sqrt(2)*ln(x^2 + sqrt(2)*x + 1) - 1/16*sqrt(2)*ln(x^2 -
 sqrt(2)*x + 1) - 1/7/x^7 + 1/4*arctan(x) + 1/8*ln(abs(x + 1)) - 1/8*ln(abs(x -
1))